type github.com/jackc/pgx/v5/pgtype.wrapInt32EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1468: 		return &wrapInt32EncodePlan{}, int32Wrapper(value), true
		pgtype.go#L1536: type wrapInt32EncodePlan struct {
		pgtype.go#L1540: func (plan *wrapInt32EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1542: func (plan *wrapInt32EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {